ZiBaT
=> Peter Levinsky
=> Programming => exercise |
SOAP |
Updated : 2016-09-13
|
Credit to Anders Bøjesson
w3schools - Web Services Tutorial | Introuction to WSDL | SOAP Introduction
msdn -
The web site http://webservicex.com/new/Home/Index introduces a lot of relatively simple web services ready for consumption.
In this exercise you will make client applications for some of these web services.
Some of the services work - others don't.
General approach:
For each service your want to try
Some services to try
Before you run your program - start either Fiddler (https://www.telerik.com/download/fiddler) or Wireshark (https://www.wireshark.org/download.html)
Investigate the http comunication after running your program.
Focus on http, xml and the xml encoded envelope.
Some of the service methods return a long XML string.
Use the class XmlDocument to parse the XML string to get access to data inside the string.
Make a GUI include one (or more ...) of the web services you already tried.